/* stylepage for home page */
/* Keith R. Bergerstock */

body {
    background-color: #000000;
    height: 90%;
  }

  h1,h2 {
      color:orange;
      text-align: center;
  }

  li {
    color: sandybrown;
  }

 
